@font-face {
  font-family: 'YekanBakh'; /* نامی که برای فونت خود انتخاب می‌کنید */
  src: url('../landing/Yekan\ \(1\).woff') format('woff'),
       url('../landing/Yekan\ \(1\).ttf') format('ttf'),
       url('../landing/Yekan.eot') format('eot');
  font-weight: normal;
  font-style: normal;
}
.login-bg{
    font-family: "YekanBakh";
    background-color:#2f2f2f;
}
.btnn:hover {
    background-color: #fcd34d !important; /* هاور دکمه "ورود با شماره همراه" */
}

.btnnn:hover {
    background-color: #fcd34d !important; /* هاور دکمه "ورود با نام کاربری" */
}
 .timer {
    width: 100%;
    height: 20px;
    background: #ddd;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
  }
  .bar {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #4caf50, #81c784);
    animation: countdown 120s linear forwards;
  }
  @keyframes countdown {
    from { width: 100%; }
    to { width: 0%; }
  }



   .bg-landing {
        background-image: url(../landing/img/image3.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
      }
      .shadow-custom {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
      }
      .bg-gray-custom {
        background-color: #585858;
      }
      .card-bg {
        background: radial-gradient(circle, #3d3d3d3b 23%, #5d5d5d94 58%);
      }